* {
    box-sizing:border-box;
}
h2 {
    background-color: rgba(149, 84, 4, 0.689);
    color:rgb(250, 226, 187);
    box-shadow: 0 5px 10px 0 #bb831de6;
    text-shadow: 0px 0px 5px #000000;
    text-align: center;
}

img {
   width: 40%;
   height: 40%;
   margin: auto;
   display: block;
   justify-content: middle;
   align-items: TOP;
   border: 2;
}


.menu {
    float:left;
    width: 10%;
    text-align: center;
}
.menuitem {
    background-color: rgb(255, 255, 255);
    padding: 8px;
    margin-top: 7px;
}
.main {
    float: left;
    width: 60%;
    padding: 0 20px;
}
.right {
    background-color: rgb(253, 253, 253);
    float:left;
    float: right;
    width:100%;
    padding:10px;
    margin-top:10px;
    text-align:center;
}

@media only screen and (max-widht:620px) {
.menu, .main, .right
{
    width:100%;
}
}